func crypto/internal/fips140/rsa.signPKCS1v15
4 uses
crypto/internal/fips140/rsa (current package)
cast.go#L222: sig, err := signPKCS1v15(k, "SHA-256", hash)
keygen.go#L121: sig, err := signPKCS1v15(k, "SHA-256", hash)
pkcs1v15.go#L51: return signPKCS1v15(priv, hash, hashed)
pkcs1v15.go#L54: func signPKCS1v15(priv *PrivateKey, hash string, hashed []byte) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |